home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / LaserWriter II NTX < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  8.2 KB  |  277 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.0"
  11. *LanguageVersion: English
  12. *Product: "(LaserWriter II NTX)"
  13. *PSVersion: "(47.0) 1"
  14. *PSVersion: "(51.8) 3"
  15. *ModelName: "Apple LaserWriter II NTX"
  16. *NickName: "Apple LaserWriter II NTX v47.0 or v51.8"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "434204"
  22. *LanguageLevel: "1"
  23. *VariablePaperSize: False
  24. *FileSystem: True
  25. *?FileSystem: "
  26. save
  27.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  28. restore
  29. "
  30. *End
  31. *Throughput: "8"
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true
  36.   }{
  37.     dup    % potential password
  38.     statusdict /checkpassword get exec not
  39.   } ifelse
  40.   {  %  if no password or not valid
  41.     (WARNING : Cannot perform the exitserver command.) =
  42.     (Password supplied is not valid.) =
  43.     (Please contact the author of this software.) = flush
  44.     quit
  45.   } if
  46.   serverdict /exitserver get exec
  47. "
  48. *End
  49.  
  50. *Reset: "
  51.   count 0 eq {  % is the password on the stack?
  52.     true
  53.   }{
  54.     dup    % potential password
  55.     statusdict /checkpassword get exec not
  56.   } ifelse
  57.   {  %  if no password or not valid
  58.     (WARNING : Cannot reset printer.) =
  59.     (Password supplied is not valid.) =
  60.     (Please contact the author of this software.) = flush
  61.     quit
  62.   } if
  63.   serverdict /exitserver get exec
  64.   systemdict /quit get exec
  65.   (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68.  
  69. *DefaultResolution: 300dpi
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83.  
  84. *DefaultTransfer: Null
  85. *Transfer Null: "{ }"
  86. *Transfer Null.Inverse: "{ 1 exch sub }"
  87.  
  88. *% Paper Handling ===================
  89. *% Use these entries to set paper size most of the time, unless there is
  90. *% specific reason to use PageRegion.
  91. *OpenUI *PageSize: PickOne
  92. *OrderDependency: 30 AnySetup *PageSize
  93. *DefaultPageSize: Letter
  94. *PageSize Letter: "statusdict /lettertray get exec"
  95. *PageSize Legal: "statusdict /legaltray get exec"
  96. *PageSize A4: "statusdict /a4tray get exec"
  97. *PageSize B5: "statusdict /b5tray get exec"
  98. *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
  99. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  100. *End
  101. *CloseUI: *PageSize
  102.  
  103. *% These entries will set up the frame buffer. Usually used with manual feed.
  104. *OpenUI *PageRegion: PickOne
  105. *OrderDependency: 40 AnySetup *PageRegion
  106. *DefaultPageRegion: Letter
  107. *PageRegion Letter: "letter"
  108. *PageRegion Legal: "legal"
  109. *PageRegion A4: "a4"
  110. *PageRegion B5: "b5"
  111. *PageRegion LetterSmall: "lettersmall"
  112. *PageRegion A4Small: "a4small"
  113. *CloseUI: *PageRegion
  114.  
  115. *% The following entries provide information about specific paper keywords.
  116. *DefaultImageableArea: Letter
  117. *ImageableArea Letter: "15 8 597 784 "
  118. *ImageableArea Legal: "15 8 597 1000 "
  119. *ImageableArea A4: "13 10 577 832 "
  120. *ImageableArea B5: "21 10 500 715 "
  121. *ImageableArea LetterSmall: "31 31 583 761 "
  122. *ImageableArea A4Small: "27 31 567 811 "
  123. *?ImageableArea: "
  124. save
  125.   /cvp {(                ) cvs print ( ) print } bind def
  126.   /upperright {10000 mul floor 10000 div} bind def
  127.   /lowerleft {10000 mul ceiling 10000 div} bind def
  128.   newpath clippath pathbbox
  129.   4 -2 roll exch 2 {lowerleft cvp} repeat
  130.   exch 2 {upperright cvp} repeat flush
  131.  restore
  132. "
  133. *End
  134.  
  135. *% These provide the physical dimensions of the paper (by keyword)
  136. *DefaultPaperDimension: Letter
  137. *PaperDimension Letter: "612 792"
  138. *PaperDimension Legal: "612 1008"
  139. *PaperDimension A4: "595 842"
  140. *PaperDimension B5: "516 729"
  141. *PaperDimension LetterSmall: "612 792"
  142. *PaperDimension A4Small: "595 842"
  143.  
  144. *RequiresPageRegion All: True
  145. *OpenUI *InputSlot: PickOne
  146. *OrderDependency: 20 AnySetup *InputSlot
  147. *DefaultInputSlot: Cassette
  148. *InputSlot Cassette: ""
  149. *CloseUI: *InputSlot
  150.  
  151. *OpenUI *ManualFeed: Boolean
  152. *OrderDependency: 20 AnySetup *ManualFeed
  153. *DefaultManualFeed: False
  154. *ManualFeed True: "statusdict /manualfeed true put"
  155. *ManualFeed False: "statusdict /manualfeed false put"
  156. *?ManualFeed: "
  157. save
  158.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  159. restore
  160. "
  161. *End
  162. *CloseUI: *ManualFeed
  163.  
  164. *DefaultOutputOrder: Normal
  165.  
  166. *% Font Information =====================
  167. *?FontQuery: "
  168. save
  169.  /str 100 string dup 0 (fonts/) putinterval def
  170.  {
  171.    count 1 gt
  172.    {
  173.      exch dup str 6 94 getinterval cvs
  174.      (/) print dup print (:) print exch
  175.      FontDirectory exch known
  176.      { pop (Yes) }
  177.       {
  178.         length 6 add str 0 3 -1 roll getinterval
  179.         mark exch status
  180.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  181.      } ifelse =
  182.    }
  183.    {exit} ifelse
  184.  }bind loop
  185.  (*) = flush
  186. restore
  187. "
  188. *End
  189.  
  190. *?FontList: "
  191. save
  192.   FontDirectory { pop == } bind forall flush
  193.   /filenameforall where
  194.   {
  195.     pop (fonts/*)
  196.     { dup length 6 sub 6 exch getinterval cvn == } bind
  197.     128 string filenameforall flush
  198.   } if
  199.   (*) = flush
  200. restore
  201. "
  202. *End
  203.  
  204. *% Printer Messages (verbatim from printer):
  205. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  206. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  207. *Message: "\FontName\ not found, using Courier"
  208.  
  209. *% Status (format: %%[ status: <one of these> ]%% )
  210. *Status: "idle"
  211. *Status: "busy"
  212. *Status: "waiting"
  213. *Status: "printing"
  214. *Status: "warming up"
  215. *Status: "PrinterError: timeout, clearing printer"
  216. *Status: "PrinterError: warming up"
  217. *Status: "PrinterError: service call"
  218. *Status: "PrinterError: paper entry misfeed"
  219. *Status: "PrinterError: no toner cartridge"
  220.  
  221. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  222. *Source: "serial9"
  223. *Source: "serial25"
  224. *Source: "AppleTalk"
  225.  
  226. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  227. *PrinterError: "timeout, clearing printer"
  228. *PrinterError: "warming up"
  229. *PrinterError: "service call"
  230. *PrinterError: "paper entry misfeed"
  231. *PrinterError: "no toner cartridge"
  232.  
  233. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  234.  
  235. *% Color Separation Information =====================
  236.  
  237. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  238.  
  239. *InkName: ProcessBlack/Process Black
  240. *InkName: CustomColor/Custom Color
  241. *InkName: ProcessCyan/Process Cyan
  242. *InkName: ProcessMagenta/Process Magenta
  243. *InkName: ProcessYellow/Process Yellow
  244.  
  245. *% For 60 lpi / 300 dpi =====================================================
  246.  
  247. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  248. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  249. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  250. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  251. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  252.  
  253. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  254. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  255. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  256. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  257. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  258.  
  259. *% For 53 lpi / 300 dpi =====================================================
  260.  
  261. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  262. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  263. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  264. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  265. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  266.  
  267. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  268. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  269. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  270. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  271. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  272.  
  273. *% For "LaserWriter II NTX" version 47.0 or 51.8
  274. *% Produced by "GETapd.ps" version 2.0 edit 48
  275. *% Converted to meet 4.0 specification
  276. *% Last Edit Date: 18 Feb 1992 DG
  277. *% This file is a subset PPD file for the LaserWriter NTX